home *** CD-ROM | disk | FTP | other *** search
/ Workbench Add-On / Workbench Add-On - Volume 1.iso / Dev / Oberon / Install / RecompileLibs < prev    next >
Text File  |  1995-07-02  |  611b  |  23 lines

  1. ;   $RCSfile: RecompileLibs $
  2. ;Description: Script to recompile Oberon-A Library modules that have been
  3. ;             redefined.
  4. ;
  5. ; Created by: fjc (Frank Copeland)
  6. ;  $Revision: 1.1 $
  7. ;    $Author: fjc $
  8. ;      $Date: 1995/01/26 00:04:02 $
  9. ;_________________________________________________________________________
  10.  
  11. Echo "Compiling all the Amiga and Library modules that have changed"
  12. Ask "Continue [y/n]?"
  13. IF WARN
  14.   Stack 10000
  15.   FailAt 5
  16.  
  17.   Echo "Press CTRL-C to interrupt at any time*N"
  18.  
  19.   OBERON-A:OC SETTINGS=OBERON-A:OCLib.prefs NEWSYMFILE BATCH QUIET RecompileLibs.bat
  20.  
  21.   Echo "All finished ..."
  22. ENDIF
  23.